Skip to main content

DeleteIpv6Gateway

Description

call DeleteIpv6Gateway interface to delete IPv6 gateway.

Request Method

POST

Request Path

/apsara/route/Vpc/DeleteIpv6Gateway

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
Ipv6GatewayIdBODYstringYesipv6gw-hp3y0l3ln89j8bgnh****IPv6 gateway instance ID to delete.
RegionIdBODYstringYescn-huhehaotethe region ID to which the IPv6 gateway belongs. You can obtain the region ID by calling the DescribeRegions interface.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringE9A8AABE-A84B-4AF2-A68A-8E2EA190E7AErequest ID.

Example

Successful Response example

{
"RequestId":"E9A8AABE-A84B-4AF2-A68A-8E2EA190E7AE"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}